Conversation
965e62b to
695b214
Compare
Great, thanks for contributing!
I think the feature set looks good.
We have the |
|
I think this is definitely close to good enough, thanks! I would suggest that we do not list the cards on multiple matches, but instead hint to the The pipeline fails because you didn't apply the formatting. You can use |
|
Hey! Yes thanks for looking at this and sorry for the force push (will open another PR for update from file) and the pipeline failing. Let me know what you think! |
I really don't mind force pushing, so don't worry about that! I force push on my branches all the time and I can easily handle hard resets when necessary.
I think it looks good. Perhaps we could adjust it slightly to give the following output instead? |
Implements a new feature to update existing notes from Markdown files by specifying note ID (nid) or card ID (cid). Also fixes tag handling to properly merge global and note-specific tags.
|
Thanks, this looked good to me, so I merged it. Appreciate your contribution! |
This PR adds a new 'edit' command that allows users to directly edit notes matching a query without going through the interactive review interface.
Features:
The command provides a more efficient workflow for users who know exactly which notes they want to modify.
TODO:
Consider implementing a feature to display the first few matches
when multiple notes are found.